home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000076_blitz-list-request_Tue Jul 19 14:02:40 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  3KB

  1. Received: from mhs.swan.ac.uk (mhs.swan.ac.uk [137.44.1.33]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id OAA28741 for <blitz-list@helsinki.fi>; Tue, 19 Jul 1994 14:02:04 +0300
  2. Received: from ce1.swan.ac.uk by mhs.swan.ac.uk with SMTP (PP) 
  3.           id <12815-0@mhs.swan.ac.uk>; Tue, 19 Jul 1994 09:54:35 +0100
  4. Received: from CE1/MERCURY by CE1.SWAN.AC.UK (Mercury 1.12);
  5.           Tue, 19 Jul 94 9:59:46 GMT0BST
  6. Received: from MERCURY by CE1 (Mercury 1.12); Tue, 19 Jul 94 9:59:23 GMT0BST
  7. From: Martin Kift <M.H.Kift@swansea.ac.uk>
  8. To: blitz-list@helsinki.fi
  9. Date: Tue, 19 Jul 1994 09:59:16 GMT0BST
  10. Subject: Bugs etc, and some display questions
  11. Priority: normal
  12. X-mailer: Pegasus Mail/Windows v1.11
  13. Message-ID: <ED50824106@CE1.SWAN.AC.UK>
  14. MIME-Version: 1.0
  15. Content-Type: text/plain; charset="us-ascii"
  16. Content-Transfer-Encoding: 7bit
  17. X-Status: 
  18. Status: RO
  19.  
  20. Hi all (and Acid too),
  21.  
  22. I have had various bug reports on my game, and while one or two of 
  23. them are obvious bugs in my code, some of them at first appear to be 
  24. either bugs or deficiencies in blitz itself. I may be wrong on one 
  25. or two of them (so don't flame) me, I'm just trying to chase 
  26. solutions to my problems, buts heres a few of them:
  27.  
  28. 1. My game does not boot from os3.1 (reported by other people, I 
  29. can't test cos I only have 3.0). I think it causes a system crash. 
  30. Also (as reported in other letters), running from DOpus causes a 
  31. similar crash, maybe they are related.
  32.  
  33. 2. I cannot find away to force open a pal screen screen when using 
  34. slices, which is important when running on an ntsc system. Eventually 
  35. I'd like to open a proper ntsc screen and support it properly, but in 
  36. the meantime, I'd like to open a pal screen.
  37.  
  38. Hmm, I thought there was more than that, maybe my memory is going 8)
  39.  
  40. Heres a couple of questions tho, maybe you can help me on these:
  41.  
  42. 1. How do I change rgb values in displays (the new display library, 
  43. replacement for slices). Do I use the slice rgb command (doubt it?), 
  44. or is there a command I've missed.
  45.  
  46. 2. When programming in the display library, I understand I create 
  47. some copper lists (using InitCopList) and then call CreateDisplay. 
  48. What happens if I want to dump that display and create another, 
  49. probably based on a different coplist. (e.g. in my game, I go from a 
  50. 2slice dp screen, to a full screen slice for the endscreens, etc, 
  51. back to 2slice dp screen etc). 
  52.  
  53. Also, for this situation, do I have to initialise 3 cop lists (2 for 
  54. the game screens and 1 for the endscreen, even tho this is not used 
  55. until the end), since I understand this will take up a lot of memory.
  56. With slices,, I can delete and create them as the game runs, but I 
  57. can't see similar functions to do this under displaylibs.
  58.  
  59. Thanks for your time.
  60.  
  61. P.S. Any release dates available for BUM7? Any chances of fixes for 
  62. the debugger (have you considered the possiblity of remote debugging, 
  63. that would be beautiful!!), the sound/caches problem. Thanks.
  64.  
  65. +---------------------------------+---------------------------------------+
  66. | Martin Kift                     |   Software developer (C/C++/OWL/MFC)  |
  67. | Email: M.H.Kift@swansea.ac.uk   |   Procede Software Ltd., UK.          |
  68. +---------------------------------+---------------------------------------+
  69.